Add Garmin 301 style for easy export of HRM data.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 30 Aug 2005 20:22:06 +0000 (20:22 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 30 Aug 2005 20:22:06 +0000 (20:22 +0000)
gpsbabel/style/garmin301.style [new file with mode: 0644]
gpsbabel/tools/release-process [new file with mode: 0644]

diff --git a/gpsbabel/style/garmin301.style b/gpsbabel/style/garmin301.style
new file mode 100644 (file)
index 0000000..c981d25
--- /dev/null
@@ -0,0 +1,34 @@
+# gpsbabel XCSV style file
+#
+# Format: Garmin 301 Position + Heartrate data
+# Author: Jeff Kalikstein
+#   Date: 08/29/2005
+#
+
+DESCRIPTION            Garmin 301 Custom position and heartrate
+
+# FILE LAYOUT DEFINITIIONS:
+#
+FIELD_DELIMITER                COMMA
+RECORD_DELIMITER       NEWLINE
+BADCHARS               COMMA
+#FORMAT_TYPE           INTERNAL
+
+#
+# HEADER STUFF:
+#
+PROLOGUE       Garmin 301 data __FILE__ 
+PROLOGUE       Timestamp,Latitude, Longitude, Atlitude(ft), heart rate
+#
+# INDIVIDUAL DATA FIELDS:
+#
+IFIELD TIMET_TIME,"","%ld"
+IFIELD LAT_DECIMAL, "", "%f"
+IFIELD LON_DECIMAL, "", "%f"
+IFIELD ALT_FEET, "", "%fF"
+IFIELD  HEART_RATE,""," %d"    # beats per minute
+
+
+# EPILOGUE: 
+#EPILOGUE      Epilogue Line 1
+#EPILOGUE      Epilogue Line 2
diff --git a/gpsbabel/tools/release-process b/gpsbabel/tools/release-process
new file mode 100644 (file)
index 0000000..55bf7c2
--- /dev/null
@@ -0,0 +1,10 @@
+0) Ensure changes up to date.   
+   Regenerate capabilties.
+   Refresh public web version.
+1) Bump version in Makefile.   Commit that.
+2) Go to empty directory.  Check out tree.
+3) 'make release'
+4) Visit https://sourceforge.net/project/admin/editpackages.php?group_id=58972
+   to make new releases public.
+5) Send announcemnts to gpsbabel-announce, gpsbabel-misc, gpsbabel-code,
+   freshmeat, geocaching forums, various yahoo groups (which?)